Skip to main content

Add a destination definition

See Creating destinations for information on what the destination definition should contain.


    response = sweep_client.register_destination(dfile='../path/to/def_dest1.json', user = user)    print(response)
    > {'status': 'OK', 'msg': 'Successfully registered destinaiton dest1.'}